﻿.cuerpo {
    background-color: white;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 3rem;
    text-align:justify;
}

accordion-button::after {
    display: none;
}

.contactos.collapsed {
    color: white !important;
    text-align: center !important;
}

.contactos {
    background-color: #559C52 !important;
    color: white !important;
    font-size:2rem;
    text-align: center !important;
}

    .contactos:focus,
    .contactos:hover {
        box-shadow: none !important;
        justify-content: center !important;
        text-align: center !important;
    }


.accordion-body {
    background-color: white !important;
}

.img{
    width:70%;
}

.centrar-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
